home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / music / utilities / hippoplayer / arexx / hip_insert1.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-02  |  115b  |  9 lines

  1. /* HippoPlayer - Insert <file> after chosen module */
  2.  
  3. parse arg filename
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. insert filename
  8.  
  9.